DataConnector
GetSchema(String,String[]) メソッド

C1.AdoNet.ServiceNow アセンブリ > C1.DataConnector.AdoNet 名前空間 > C1ConnectionBase クラス > GetSchema メソッド : GetSchema(String,String[]) メソッド
Specifies the name of the schema to return.
Specifies a set of restriction values for the requested schema.
Returns schema information for the data source of this C1ConnectionBase using the specified string for the schema name and the specified string array for the restriction values.
シンタックス
'宣言
 
Public Overloads Overrides Function GetSchema( _
   ByVal collectionName As System.String, _
   ByVal restrictionValues() As System.String _
) As System.Data.DataTable
public override System.Data.DataTable GetSchema( 
   System.string collectionName,
   System.string[] restrictionValues
)

パラメータ

collectionName
Specifies the name of the schema to return.
restrictionValues
Specifies a set of restriction values for the requested schema.

戻り値の型

A System.Data.DataTable that contains schema information.
参照

C1ConnectionBase クラス
C1ConnectionBase メンバ
オーバーロード一覧